home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Programming / LEDA / DaggeX / INSTALLATION < prev    next >
Text File  |  1993-12-09  |  3KB  |  64 lines

  1.  
  2. Installing DaggeX 0.9 is quite simple, but there are two ways you can do it.
  3.  
  4. 1) If you have an older distribution of DaggeX, you'll only need to replace
  5.    the server binary and copying usr:lib/x11/rgb.txt to your usr:lib/x11/
  6.  
  7. 2) Installing DaggeX 0.9 from scratch. This file is about this option.
  8.  
  9. Now that you're reading this you obviously has uncompressed the DaggeX0.9.lha
  10. archibve, so that's been dealt with. If not, do it.
  11.  
  12. Now you have a directory with a few files and directories in it. 
  13.  
  14. To make DaggeX installation complete you'll only have to do a few things.
  15.  
  16. 1) add a 'assign daggex: drive:daggex', where drive is the the place you
  17.    unarchived DaggeX. 
  18.  
  19. 2) add a 'set DISPLAY foo:0' line to your user-startup. foo is the default
  20.    machine/communications method to use. if you use local messageport 
  21.    communications, then 'foo' is 'local' so the line looks like
  22.  
  23.    set DISPLAY local:0
  24.  
  25.    If you choose to use AmiTCP communications for locally running clients, then
  26.    foo is you machines name, 127.0.0.1 don't work for some reason. So if your
  27.    machines name is 'honeypie.someplace.kindergarten.edu' the line looks like
  28.  
  29.    set DISPLAY honeypie:0
  30.  
  31.    Of course using commandline option -display or -d overrides this variable.
  32.  
  33. 3) add a 'set XAUTHORITY /somedrive/directory/.xauthority'. this'll tell 
  34.    clients where to look for the authority file. If you use the supplied
  35.    .xauthority file this should be /daggex/.xauthority.
  36.  
  37. 4) add a 'set FONTPATH /drive/place/,/anotherdirve/anotherplace' in the default
  38.    configuration this should look like
  39.  
  40.    set FONTPATH /daggex/fonts/bdf/misc/,/daggex/fonts/bdf/100dpi/,/daggex/fonts/scaled/speedo/,/daggex/fonts/bdf/75dpi/
  41.  
  42. 5) If you're bot using AmiTCP add a 'set HOSTNAKME 127.0.0.1' to your
  43.    user-startup.
  44.  
  45. 6) add a 'path daggex: daggex:bin add' to your user-startup.
  46.  
  47. 7) copy libs/ixemul.library to your libs or add an assign. If you already have
  48.    ixemul.library v39.47 you can skip this.
  49.  
  50. 8) add an assign usr: daggex:usr if you don't have usr: assigned to someplace
  51.    already. If you have usr: assigned to someplace, do a 'copy usr/#? all usr:'
  52.  
  53. 9) add an 'assign etc: daggex:etc' if you don't have etc: assigned to someplace
  54.    already. 
  55.  
  56. Thats it! For convenience you might want to add aliases and stuff, but that's
  57. up to you.
  58.  
  59.  
  60. Now DaggeX can be started with 'startx'. But you should edit startx script to
  61. suit your system. The default configuration of startx assumes you have done
  62. everything mentioned above, and want to run twm locally using messageport
  63. communications. It also loads resources from supplied .xdefaults file.
  64.